object FmCredit: TFmCredit Left = 363 Top = 242 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Credit Details' ClientHeight = 298 ClientWidth = 352 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnHide = FormHide OnShow = FormShow DesignSize = ( 352 298) PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 337 Height = 65 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 16 Top = 12 Width = 31 Height = 13 Caption = '&Name:' FocusControl = EdtName end object Label2: TLabel Left = 16 Top = 36 Width = 25 Height = 13 Caption = '&Role:' FocusControl = EdtRole end object EdtName: TcxDBLookupComboBox Left = 72 Top = 8 Width = 255 Height = 21 DataBinding.DataField = 'PersonId' DataBinding.DataSource = DsCredits Properties.DropDownListStyle = lsEditList Properties.DropDownRows = 20 Properties.DropDownSizeable = True Properties.ImmediateDropDown = False Properties.KeyFieldNames = 'NameId' Properties.ListColumns = < item SortOrder = soAscending FieldName = 'SortName' end> Properties.ListOptions.CaseInsensitive = True Properties.ListOptions.GridLines = glNone Properties.ListOptions.ShowHeader = False Properties.ListSource = DM.DsNames Properties.Revertable = True Properties.OnChange = EditorPersonPopupEditChange Properties.OnNewLookupDisplayText = EdtNamePropertiesNewLookupDisplayText Style.StyleController = DM.EditStyles TabOrder = 0 end object EdtRole: TcxPopupEdit Left = 72 Top = 32 Width = 255 Height = 21 Properties.PopupControl = FmGenrePopup.TreeRoles Properties.PopupHeight = 254 Properties.PopupMinHeight = 254 Properties.PopupMinWidth = 256 Properties.PopupSysPanelStyle = True Properties.PopupWidth = 256 Properties.OnChange = EditorRolePopupEditChange Properties.OnInitPopup = EdtRolePropertiesInitPopup Style.StyleController = DM.EditStyles TabOrder = 1 Text = 'EdtRole' end end object GroupBox1: TGroupBox Left = 8 Top = 80 Width = 337 Height = 177 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'N&otes' TabOrder = 1 object EdtNotes: TcxDBMemo Left = 8 Top = 16 Width = 321 Height = 153 DataBinding.DataField = 'Notes' DataBinding.DataSource = DsCredits Properties.ScrollBars = ssVertical Style.StyleController = DM.EditStyles TabOrder = 0 end end object BtnCancel: TBitBtn Left = 184 Top = 264 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 3 OnClick = BtnCancelClick Kind = bkCancel end object BtnOk: TBitBtn Left = 104 Top = 264 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 2 OnClick = BtnOkClick Kind = bkOK end object BtnHelp: TBitBtn Left = 264 Top = 264 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Help' TabOrder = 4 OnClick = BtnHelpClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333336633 3333333333333FF3333333330000333333364463333333333333388F33333333 00003333333E66433333333333338F38F3333333000033333333E66333333333 33338FF8F3333333000033333333333333333333333338833333333300003333 3333446333333333333333FF3333333300003333333666433333333333333888 F333333300003333333E66433333333333338F38F333333300003333333E6664 3333333333338F38F3333333000033333333E6664333333333338F338F333333 0000333333333E6664333333333338F338F3333300003333344333E666433333 333F338F338F3333000033336664333E664333333388F338F338F33300003333 E66644466643333338F38FFF8338F333000033333E6666666663333338F33888 3338F3330000333333EE666666333333338FF33333383333000033333333EEEE E333333333388FFFFF8333330000333333333333333333333333388888333333 0000} NumGlyphs = 2 end object DsCredits: TDataSource Left = 24 Top = 104 end end